تـحـكـم بـفـئـات
فـئـة جـديـدة
select_db ( "category" , " " , "order by id_cat asc" , " " ) ; if ( mysqli_num_rows ( $select_cat ) != false ){ while ( $cat_array = mysqli_fetch_assoc ( $select_cat ) ){ print ( " " ) ; } $on_mysqli->query_close () ; } else { print ( " " ) ; $on_mysqli->query_close () ; } ?>
# إسـم الـفـئـة وصـف الـفـئـة
".$cat_array ["name_cat"]." ".$cat_array ["desc_cat"]."
لا تـوجـد فـئـات .